The resolution parameter to the QTVRGetBackBufferMemInfo , QTVRGetBackBufferSettings , and QTVRSetBackBufferPrefs functions specifies the resolution of an image. You can use these constants to specify a resolution:
enum {
kQTVRDefaultRes = 0,
kQTVRFullRes = 1L << 0,
kQTVRHalfRes = 1L << 1,
kQTVRQuarterRes = 1L << 2
};
| Previous | Chapter Contents | Chapter Top | Next |